All Questions
Tagged with exceptionauthentication
2 questions
2votes
1answer
1kviews
Employee database
To keep in practice with good techniques of java programming, I've decided to write a database. All it does it stores employees, allows users that are logged in to get/set employees, and has a login ...
2votes
0answers
227views
Checking authentication status by looking for a cookie
I'm an Android newbie. I have this function in my code: ...